From a2bdf3f1c3aa873d0ea807f1229ba5148f7ca93a Mon Sep 17 00:00:00 2001 From: robertlipe Date: Sun, 13 Jan 2013 19:04:36 +0000 Subject: [PATCH] Improve internal doc for Makefile. --- gpsbabel/Makefile.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gpsbabel/Makefile.in b/gpsbabel/Makefile.in index 1c8df289a..266bb20c3 100644 --- a/gpsbabel/Makefile.in +++ b/gpsbabel/Makefile.in @@ -1,3 +1,11 @@ +# +# Build file for GPSBabel. +# Makefile is generated from Makefile.in by autoconf which does several +# text substitutions such version numbers and object paths for us. +# +# We rely on very few fancy features of make so the exact version probably +# doesn't much matter. GNU Make 3.81 seems a reasonable target. + srcdir = @srcdir@ VPATH = @srcdir@ -- 2.30.2